TaskDelegationState Enumeration
Represents the status types of a delegated task.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public enum TaskDelegationState
Public Enumeration TaskDelegationState
| NoMatch | 0 |
Specifies that this is not a delegated task or that the task request has been created but not sent. This is also used for a task request message, whether in the owner’s Sent Items folder or the delegate’s Inbox.
|
| OwnNew | 1 |
Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the task.
|
| Owned | 2 |
Specifies that a task has been accepted. This value should not be in the enumeration.
|
| Accepted | 3 |
Specifies that the task has been accepted.
|
| Declined | 4 |
Specifies that the task has been declined.
|
| None | 5 |
None.
|